'Declaration
Public Function New( _ ByVal source As IEnumerable, _ ByVal selectMany As Func(Of IReadOnlyList(Of S),Integer,IReadOnlyList(Of T)) _ )
public C1SelectManyDataCollection<S,T>( IEnumerable source, Func<IReadOnlyList<S>,int,IReadOnlyList<T>> selectMany )
Parameters
- source
- The source.
- selectMany
- Select many function which converts a source item into an item of this collection.